*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;font-family:'Roboto',sans-serif;color:#FFF;background:linear-gradient(45deg,#FFFC00,#FFEC1C);overflow:hidden}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:1rem;background:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="25" cy="25" r="5" fill="%23FFFC00" opacity="0.4"/><circle cx="75" cy="75" r="5" fill="%23FFFC00" opacity="0.4"/><circle cx="75" cy="25" r="5" fill="%23FFEC1C" opacity="0.4"/><circle cx="25" cy="75" r="5" fill="%23FFEC1C" opacity="0.4"/></svg>') repeat center center;background-size:200px 200px}img{max-width:140px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 10px rgba(0,0,0,0.2))}h1{color:#1A1A1A;font-weight:700;font-size:clamp(2rem,6vw,3.5rem);margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.1)}p{color:#333;font-weight:400;font-size:clamp(1.1rem,3vw,1.4rem);margin:0;max-width:700px;line-height:1.5;text-shadow:1px 1px 3px rgba(0,0,0,0.1)}a{display:inline-block;background:#FF4081;color:#FFF;padding:1.2rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:700;margin-top:2.5rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 20px rgba(255,64,129,0.4)}a:hover,a:focus{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,64,129,0.6);outline:none}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,0.8);color:#FFF;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;font-size:.875rem;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:1000}.cookie-banner p{margin:0 1rem .5rem 0;line-height:1.4}.cookie-banner button{background:#FFFC00;color:#1A1A1A;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:700;flex-shrink:0;transition:background .2s ease}.cookie-banner button:hover{background:#FFEC1C}.cookie-banner-visible{transform:translateY(0)}@media(min-width:480px){.cookie-banner{flex-wrap:nowrap;text-align:left;justify-content:space-between}.cookie-banner p{margin-bottom:0}}